ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / RowHeaderPath Property






In This Topic
    RowHeaderPath Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the name of the property used to create row header cells.
    Syntax
    'Declaration
     
    
    Public Overridable Property RowHeaderPath As System.String
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.String
     
    instance.RowHeaderPath = value
     
    value = instance.RowHeaderPath
    public virtual System.string RowHeaderPath {get; set;}
    public read-write property RowHeaderPath: System.String; virtual; 
    public function get,set RowHeaderPath : System.String
    public: __property virtual System.string* get_RowHeaderPath();
    public: __property virtual void set_RowHeaderPath( 
       System.string* value
    );
    public:
    virtual property System.String^ RowHeaderPath {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    Row header cells are not visible or selectable. They are meant for use with accessibility tools.
    See Also